[INFO] cloning repository https://github.com/smups/inflatox
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/smups/inflatox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmups%2Finflatox", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmups%2Finflatox'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 11e9643a148b4fcdf545b0676ab78ea27eea9303
[INFO] testing smups/inflatox against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmups%2Finflatox" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/smups/inflatox
[INFO] finished tweaking git repo https://github.com/smups/inflatox
[INFO] tweaked toml for git repo https://github.com/smups/inflatox written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/smups/inflatox on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/smups/inflatox already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 205fe011c9d9893163e555f100a896e6bace01b68e71fda7da4a4d4e32834aa9
[INFO] running `Command { std: "docker" "start" "-a" "205fe011c9d9893163e555f100a896e6bace01b68e71fda7da4a4d4e32834aa9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "205fe011c9d9893163e555f100a896e6bace01b68e71fda7da4a4d4e32834aa9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "205fe011c9d9893163e555f100a896e6bace01b68e71fda7da4a4d4e32834aa9", kill_on_drop: false }`
[INFO] [stdout] 205fe011c9d9893163e555f100a896e6bace01b68e71fda7da4a4d4e32834aa9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b48f501c3c1efeee7b94aaa4b738f84b8fbe0bb7da2010262314340a0ab8c58d
[INFO] running `Command { std: "docker" "start" "-a" "b48f501c3c1efeee7b94aaa4b738f84b8fbe0bb7da2010262314340a0ab8c58d", kill_on_drop: false }`
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.16
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]    Compiling zerocopy v0.8.14
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling bytemuck v1.21.0
[INFO] [stderr]    Compiling portable-atomic v1.10.0
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]    Compiling unindent v0.2.3
[INFO] [stderr]    Compiling rustc-hash v2.1.0
[INFO] [stderr]    Compiling libloading v0.8.6
[INFO] [stderr]    Compiling console v0.15.10
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling safe_arch v0.7.4
[INFO] [stderr]    Compiling pyo3-build-config v0.23.4
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling wide v0.7.32
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling rand_core v0.9.0
[INFO] [stderr]    Compiling pyo3-ffi v0.23.4
[INFO] [stderr]    Compiling pyo3-macros-backend v0.23.4
[INFO] [stderr]    Compiling pyo3 v0.23.4
[INFO] [stderr]    Compiling simba v0.9.0
[INFO] [stderr]    Compiling ndarray v0.16.1
[INFO] [stderr]    Compiling indicatif v0.17.10
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.0
[INFO] [stderr]    Compiling nalgebra v0.33.2
[INFO] [stderr]    Compiling pyo3-macros v0.23.4
[INFO] [stderr]    Compiling numpy v0.23.0
[INFO] [stderr]    Compiling libinflx_rs v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dylib.rs:305:5
[INFO] [stdout]     |
[INFO] [stdout] 305 |     &self,
[INFO] [stdout]     |     ^^^^^ the lifetime is elided here
[INFO] [stdout] 306 |     symbol: &[u8],
[INFO] [stdout] 307 |   ) -> std::result::Result<libloading::Symbol<T>, libloading::Error> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 307 |   ) -> std::result::Result<libloading::Symbol<'_, T>, libloading::Error> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.57s
[INFO] running `Command { std: "docker" "inspect" "b48f501c3c1efeee7b94aaa4b738f84b8fbe0bb7da2010262314340a0ab8c58d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b48f501c3c1efeee7b94aaa4b738f84b8fbe0bb7da2010262314340a0ab8c58d", kill_on_drop: false }`
[INFO] [stdout] b48f501c3c1efeee7b94aaa4b738f84b8fbe0bb7da2010262314340a0ab8c58d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8db40921faf6d30a3707120da6e6ad9db494ac4856c8cbd5d0f595d7b6f1e7eb
[INFO] running `Command { std: "docker" "start" "-a" "8db40921faf6d30a3707120da6e6ad9db494ac4856c8cbd5d0f595d7b6f1e7eb", kill_on_drop: false }`
[INFO] [stderr]    Compiling libinflx_rs v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]   --> src/background_solver.rs:63:35
[INFO] [stdout]    |
[INFO] [stdout] 63 |     unsafe extern "C" fn test_eom(x: *const f64, xdot: *const f64, _pars: *const f64) -> f64 {
[INFO] [stdout]    |                                   ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `xdot`
[INFO] [stdout]   --> src/background_solver.rs:63:50
[INFO] [stdout]    |
[INFO] [stdout] 63 |     unsafe extern "C" fn test_eom(x: *const f64, xdot: *const f64, _pars: *const f64) -> f64 {
[INFO] [stdout]    |                                                  ^^^^ help: if this is intentional, prefix it with an underscore: `_xdot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `test_instance` is never used
[INFO] [stdout]   --> src/background_solver.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 41 | impl<'a> EoM<'a> {
[INFO] [stdout]    | ---------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 62 |   pub fn test_instance(lib: &'a InflatoxDylib) -> Self {
[INFO] [stdout]    |          ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dylib.rs:305:5
[INFO] [stdout]     |
[INFO] [stdout] 305 |     &self,
[INFO] [stdout]     |     ^^^^^ the lifetime is elided here
[INFO] [stdout] 306 |     symbol: &[u8],
[INFO] [stdout] 307 |   ) -> std::result::Result<libloading::Symbol<T>, libloading::Error> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 307 |   ) -> std::result::Result<libloading::Symbol<'_, T>, libloading::Error> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.53s
[INFO] running `Command { std: "docker" "inspect" "8db40921faf6d30a3707120da6e6ad9db494ac4856c8cbd5d0f595d7b6f1e7eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8db40921faf6d30a3707120da6e6ad9db494ac4856c8cbd5d0f595d7b6f1e7eb", kill_on_drop: false }`
[INFO] [stdout] 8db40921faf6d30a3707120da6e6ad9db494ac4856c8cbd5d0f595d7b6f1e7eb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2ca5e08625e36c43b8fd75ef850fc42c602ee9479b8e7953ffe4520638b53716
[INFO] running `Command { std: "docker" "start" "-a" "2ca5e08625e36c43b8fd75ef850fc42c602ee9479b8e7953ffe4520638b53716", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `x`
[INFO] [stderr]   --> src/background_solver.rs:63:35
[INFO] [stderr]    |
[INFO] [stderr] 63 |     unsafe extern "C" fn test_eom(x: *const f64, xdot: *const f64, _pars: *const f64) -> f64 {
[INFO] [stderr]    |                                   ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `xdot`
[INFO] [stderr]   --> src/background_solver.rs:63:50
[INFO] [stderr]    |
[INFO] [stderr] 63 |     unsafe extern "C" fn test_eom(x: *const f64, xdot: *const f64, _pars: *const f64) -> f64 {
[INFO] [stderr]    |                                                  ^^^^ help: if this is intentional, prefix it with an underscore: `_xdot`
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `test_instance` is never used
[INFO] [stderr]   --> src/background_solver.rs:62:10
[INFO] [stderr]    |
[INFO] [stderr] 41 | impl<'a> EoM<'a> {
[INFO] [stderr]    | ---------------- associated function in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 62 |   pub fn test_instance(lib: &'a InflatoxDylib) -> Self {
[INFO] [stderr]    |          ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/dylib.rs:305:5
[INFO] [stderr]     |
[INFO] [stderr] 305 |     &self,
[INFO] [stderr]     |     ^^^^^ the lifetime is elided here
[INFO] [stderr] 306 |     symbol: &[u8],
[INFO] [stderr] 307 |   ) -> std::result::Result<libloading::Symbol<T>, libloading::Error> {
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 307 |   ) -> std::result::Result<libloading::Symbol<'_, T>, libloading::Error> {
[INFO] [stderr]     |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: `libinflx_rs` (lib test) generated 4 warnings (run `cargo fix --lib -p libinflx_rs --tests` to apply 3 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/inflatox-46f6ce6973f3d35d)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "2ca5e08625e36c43b8fd75ef850fc42c602ee9479b8e7953ffe4520638b53716", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ca5e08625e36c43b8fd75ef850fc42c602ee9479b8e7953ffe4520638b53716", kill_on_drop: false }`
[INFO] [stdout] 2ca5e08625e36c43b8fd75ef850fc42c602ee9479b8e7953ffe4520638b53716
